Welcome![Sign In][Sign Up]
Location:
Search - opencv track

Search list

[Windows Developcolor-tracking

Description: This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . 该运行文件在VC6.0环境下编译通过,是一个 stand-alone 运行程序,不需要OPENCV的DLL库支持。-This application demonstrates a fast, simple color tracking algorithm that can be use d to track faces and hands. Run the file in the VC6.0 environment compiler, it is a stand-alone operating procedures, no OPENCV DLL library support.
Platform: | Size: 10240 | Author: 肖雪 | Hits:

[Graph RecognizeOpenCVFindContoursByAdaptiveThreshold

Description: 在VC6下基于OpenCV的轮廓检测程序,其中图像的二值化操作基于Canny和自适应阈值。通过trackbar来实现不同情况下的轮廓检测。-in VC6 OpenCV Based on the outline of testing procedures, these two images based on the value of operating Canny and adaptive threshold. Through the trackbar to achieve under different circumstances the contour detection.
Platform: | Size: 2048 | Author: - | Hits:

[Special EffectsTrackanddetectionthemovingobject070129

Description: 移动目标追踪(OpenCV) Runed on OpenCV1.0 of VC++6.0 -moving target tracking (OpenCV) Runed on OpenCV1.0 of VC 6.0
Platform: | Size: 3072 | Author: zy | Hits:

[Special Effectstrack-opencv

Description: 利用opencv库来进行差分法求运动的轮廓-opencv use the difference to campaign for the contours
Platform: | Size: 2048 | Author: zsc | Hits:

[Graph programTrackingTestbed_v3.1

Description: 关于目标跟踪的一个很好的平台,包括很多基本的算法代码,是CMU的一个学生写了,用到了opencv -on target tracking a very good platform, including many of the basic algorithm code, CMU is a student wrote, depleted opencv
Platform: | Size: 1742848 | Author: bian_zg | Hits:

[Windows Developcapture1.0

Description: 用USB 采集图象,基于opencv的激光光斑中心检测系统 。能够定位光斑中心坐标-Image acquisition using USB-based Center for opencv the laser spot detection system. Facula able to locate the center coordinates
Platform: | Size: 2874368 | Author: wushixu | Hits:

[Graph RecognizeSinglefaceTrackingBasedOnCamshift

Description: 本程序是用VisualC++和OpenCV实现的,通过改进的Camshift算法,引进辅助信息,解决了人脸遮挡问题-This procedure is used VisualC++ And OpenCV achieved through improved Camshift algorithm, the introduction of auxiliary information to resolve the problem of facial occlusion
Platform: | Size: 23914496 | Author: 张涛 | Hits:

[Special Effectsopencvtracksample

Description: 是书上的例程,大家可以仔细运行看看跟踪效果怎样!-Is a book on the routines, we can carefully look at the track the effect of how to run!
Platform: | Size: 1632256 | Author: zhoushiji | Hits:

[Special Effectsmutitrack

Description: 这个是在OPENCV环境下做的人体行走目标的提取以及提取区域内彩色直方图的变化-This is in OPENCV circumstances make the goal of human walking, as well as extraction of the extraction region color histogram changes
Platform: | Size: 3790848 | Author: 李菲 | Hits:

[Special Effectsmotion_detect

Description: openCV运动检测程序,用于提取运动物体轮廓,并跟踪其运动路线.-openCV motion detection procedures for extracting the outline of moving objects and track their movement routes.
Platform: | Size: 2048 | Author: fred | Hits:

[Graph programtrack

Description: 一个用opencv实现的目标跟踪程序,能捕捉AVI视频中的运动目标并实现定位,个人感觉做的不错,供大家学习-Using opencv realize a target tracking process, can capture AVI video of moving targets and to achieve targeted, personal feeling to do good for everyone to learn
Platform: | Size: 9342976 | Author: 饶丹 | Hits:

[Special Effectskalman

Description: opencv 使用卡尔曼滤波器跟踪一个旋转的点-opencv using the Kalman filter to track a rotating point
Platform: | Size: 1401856 | Author: zhang | Hits:

[Linux-Unixtrack.tar

Description: This distribution contains source code for a simple object tracking program using particle filtering. You need to have the OpenCV Library and the GNU Scientific Library (GSL) installed to compile and use the programs. See the below two links:-This distribution contains source code for a simple object tracking program using particle filtering. You need to have the OpenCV Library and the GNU Scientific Library (GSL) installed to compile and use the programs. See the below two links:
Platform: | Size: 9733120 | Author: zhou | Hits:

[Special EffectsObjectTracker

Description: 使用OPENCV进行运动目标跟踪,在Visual C++ 2005 环境中使用新算法实现多运动目标的跟踪和检测。-this is a object motion tracking system with Visual c++ 2005 and opencv。it can process successly check and track multi-objects。
Platform: | Size: 6634496 | Author: 吕冀 | Hits:

[source in ebookKalman

Description: 基于OpenCV的Kalman滤波算法。利用Kalman滤波算法实现目标跟踪,本例中具体跟踪对象为随机产生的圆的轨迹,预测轨迹中下一点的位置,标记出来并给出相应的运动轨迹。-The Kalman filtering algorithm based on OpenCV. The use of Kalman filter algorithm for target tracking, in this case specifically track the object is randomly generated circle track, forecast track of the location of the next point, mark out and give the corresponding trajectory.
Platform: | Size: 1357824 | Author: 苏芮 | Hits:

[OpenCVopencv

Description: 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram. Kalman filter to track a rotating point.
Platform: | Size: 8192 | Author: 胡锦 | Hits:

[Graph programMyVideo1.0_AutoCamshift

Description: 程序用MFC+openCV编写。可实现自动获得一个目标选择框并进行跟踪 先用视频前几帧进行帧间差分,用cvFindContours()得到二值差分图像中最大的连通块作为camshift的初始选择框 程序做的不完善,只能针对类似test.avi的视频进行测试。(读一下函数GetBlob()你就能明白为什么了) 可能有些压缩格式的视频打不开,需要安装Xvid解码器-Program using MFC+ openCV prepared. Can be realized automatically obtain an objective selection box and make camshift track
Platform: | Size: 568320 | Author: 王呈鹏 | Hits:

[OpenCVSIFT2

Description: 基于opencv的SIFT图像特征跟踪程序,应用于视频序列中跟踪图像特征-Opencv-based SIFT feature tracking program, used to track image features in video sequences
Platform: | Size: 553984 | Author: 李涵露 | Hits:

[Software EngineeringblobTrack_projet_initial_openCV

Description: The OpenCV "Video Surveillance" facility, also called "blob tracker" through much of the code, is a simple but practical facility intended to track moving foreground objects against a relatively static background. Conceptually it consists of a three-stage video processing pipeline: 1. A foreground/background discriminator which labels each pixel as either foreground or background. 2. A blob detector which groups adjacent "foreground" pixels into blobs, flood-fill style. 3. A blob tracker which assigns ID numbers to blobs and tracks their motion frame-to-frame. -The OpenCV "Video Surveillance" facility, also called "blob tracker" through much of the code, is a simple but practical facility intended to track moving foreground objects against a relatively static background. Conceptually it consists of a three-stage video processing pipeline: 1. A foreground/background discriminator which labels each pixel as either foreground or background. 2. A blob detector which groups adjacent "foreground" pixels into blobs, flood-fill style. 3. A blob tracker which assigns ID numbers to blobs and tracks their motion frame-to-frame.
Platform: | Size: 6922240 | Author: dams | Hits:

[OpenCVshishi-opencv

Description: 实现了实时的运动物体跟踪,方法简单,实用性强。对做跟踪的有很大的帮助-Achieve real-time moving object tracking method is simple and practical. On track to do great help! ! ! !
Platform: | Size: 1044480 | Author: 卢绪军 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net